createFromParcelDynamically

Parcelable CREATOR implementation for dynamically creating a PrintLineObject instance.

Due to limitations when combining Parcelable with inheritance, we can't anticipate whether createFromParcel is called from the instance or its parent. This function resolves that issue.

Parameters

parcel

The Parcel containing the data.

skipObjectType

Set to true if the parent's objectType should be skipped (it was already red).